*{
    padding: 0;
    margin: 0;
}

html{
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
}
body{
    min-height: 100vh;
}

[data-theme=color]{
    background: #f4f4f4;
}
[data-theme=color] .symian{
    background: #f4f4f4;
}

img {
    border: none;
    object-fit: cover
}

.imgbox img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
}
.imgbox:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
    -moz-transform: all 1s ease 0s;
    -o-transform: all 1s ease 0s;
}

a {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.ohide{
    overflow: hidden;
}
.mgtp17{
    margin-top: 17px;
}
.pddb0{
    padding-bottom: 0 !important;
}
.pddb60{
    padding-bottom: 60px !important;
}
.pddb_x{
    border-top: 2px solid #f2f2f2;
}
.banxin{
    width: 1400px;
    margin: 0 auto;
}
.banxin1{
    width: 1300px;
    margin: 0 auto;
}

.displayc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.displayr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hidden{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hiddens{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
select,
button,
textarea,
input{
    border: none;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield; 
}

.clear10{
    width: 100%;
    height: 10px;
}

.clear20{
    width: 100%;
    height: 20px;
}

.xian{
    width: 100%;
    height: 2px;
    background: #f2f2f2;
}

.headTop{
    width: 100%;
    min-width: 1400px;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
}
.headTop .headbox{
    width: 1400px;
    height: 100%;
    line-height: inherit;
    margin: 0 auto;
    box-sizing: border-box;
}
.headTop .headbox .logo{
    height: 100%;
    padding: 22px 0;
    margin-right: 57px;
    box-sizing: border-box;
}
.headTop .headbox .logo img{
    width: 137px;
    height: 36px;
    display: block;
}
.headTop .headbox .navs{
    height: 100%;
}
.headTop .headbox .navs li{
    float: left;
    height: 100%;
    line-height: inherit;
    margin-right: 25px;
    position: relative;
    box-sizing: border-box;
}
.headTop .headbox .navs li:last-child{
    margin-right: 0px;
}
.headTop .headbox .navs li a{
    display: block;
    height: 100%;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    box-sizing: border-box;
}
.headTop .headbox .navs li.active::before{
    content: " ";
    width: 100%;
    height: 2px;
    background: #2e82ff;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.headTop .headbox .navs li.active a{
    color: #2e82ff;
}
.headTop .options{
    height: 100%;
}
.headTop .options a{
    float: right;
    display: block;
    width: 56px;
    height: 100%;
    cursor: pointer;
    margin-left: 40px;
}
.headTop .options a:last-child{
    margin-left: 0px;
}
.headTop .options a .opt{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.headTop .options a .opt img{
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}
.headTop .options a .opt .tit{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #2e82ff;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 6px;
}
/* pubhead 覆盖 */
.headTop.pubhead{
    background: #2e82ff;
}
.headTop.pubhead .headbox .navs li a{
    color: #fff;
}
.headTop.pubhead .options a .opt .tit{
    color: #fff;
}

.daohang{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    text-align: LEFT;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
}
.daohang .dw{
    float: left;
    width: 14px;
    height: 14px;
    display: block;
    margin: 23px 4px 0 0;
}
.daohang span,
.daohang a{
    float: left;
    display: block;
    line-height: 60px;
    color: #808080;
}
.daohang .note{
    margin-right: 8px;
}

.mian{
    width: 100%;
    min-width: 1300px;
    min-height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.mian .mleft{
    float: left;
    width: 930px;
    overflow: hidden;
}
.mian .mright{
    float: right;
    width: 350px;
    overflow: hidden;
}

.mktit{
    height: 60px;
    margin: 0 20px;
    border-bottom: 2px solid #e6e6e6;
    overflow: hidden;
    box-sizing: border-box;
}
.mktit .mkimg{
    width: 22px;
    height: 22px;
    display: block;
    margin-top: 22px;
}
.mktit .tit{
    width: auto;
    height: 27px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 27px;
    margin: 20px 20px 0 10px;
}
.mktit .catetorys{
    height: 31px;
    line-height: 31px;
    box-sizing: border-box;
    margin-top: 21px;
}
.mktit .catetorys a{
    float: left;
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: inherit;
    background: #f2f2f2;
    border-radius: 50px;
    padding: 0 15px;
    margin-left: 10px;
    box-sizing: border-box;
}
.mktit .ejtypes{
    height: 19px;
    line-height: 19px;
    box-sizing: border-box;
    margin-top: 25px;
}
.mktit .ejtypes a{
    float: left;
    display: block;
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 19px;
    padding-right: 11px;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.mktit .ejtypes a::before{
    content: "";
    width: 1px;
    height: 14px;
    background: #999999;
    position: absolute;
    top: 3px;
    right: 0;
}
.mktit .ejtypes a:last-child:before{
    display: none;
}
.mktit .mkmore{
    display: block; 
    height: 57px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ff6542;
    line-height: 57px;
}

.detailBox{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
    overflow: hidden;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
}
.detailBox .titbox{
    border-bottom: 2px solid #f2f2f2;
    position: relative;
    padding: 0 170px 0 10px;
}
.detailBox .titbox h1{
    width: 100%;
    min-height: 43px;
    font-size: 30px;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 35px;
    box-sizing: border-box;
}
.detailBox .titbox .tinfo{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #808080;
    line-height: 20px;
    margin: 10px 0 18px 0;
    display: flex;
    box-sizing: border-box;
}
.detailBox .titbox .tinfo span{
    margin-right: 10px;
    display: inline-flex;
}
.detailBox .titbox .tinfo span:nth-child(1){
    margin-right: 20px;
}
.detailBox .titbox .tinfo span img{
    width: 16px;
    height: 16px;
    display: block;
    margin: 2px 4px 0px 10px;
}
.detailBox .titbox .tinfo span .ximg{
    margin: 1px 4px 0px 10px;
}
.detailBox .titbox .xzbtn{
    width: 130px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    background: linear-gradient(0deg,#2e82ff 0%, #00c2ff);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.detailBox .titbox .xzbtn img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}
.detailBox .content {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.detailBox .content p{
    width: 100%;
    text-indent: 2em;
    margin: 15px 0;
}
/* mleft */
.mlt_box{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08);
    overflow: hidden;
    box-sizing: border-box;
}
.mlt_xiazai{
    width: 100%;
    height: 143px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
}
.mlt_xiazai .icon{
    width: 80px;
    height: 80px;
    display: block;
}
.mlt_xiazai .info{
    width: 600px;
    margin: 0 20px;
}
.mlt_xiazai .info .tit{
    width: 100%;
    height: 43px;
    font-size: 30px;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 43px;
    box-sizing: border-box;
}
.mlt_xiazai .info .mesg{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #808080;
    line-height: 20px;
    margin-top: 10px;
    display: flex;
    box-sizing: border-box;
}
.mlt_xiazai .info .mesg span{
    margin-right: 10px;
    display: inline-flex;
}
.mlt_xiazai .info .mesg span:nth-child(1){
    margin-right: 20px;
}
.mlt_xiazai .info .mesg span img{
    width: 16px;
    height: 16px;
    display: block;
    margin: 2px 4px 0px 10px;
}
.mlt_xiazai .info .mesg span .ximg{
    margin: 1px 4px 0px 10px;
}
.mlt_xiazai .xzbtn{
    width: 130px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    background: linear-gradient(0deg,#2e82ff 0%, #00c2ff);
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
/* 相关推荐 */
.mlt_tuijian{
    width: 100%;
    margin-top: 10px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.mlt_tuijian a{
    float: left;
    width: 47.5%;
    display: block;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #808080;
    padding-left: 12px;
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
}
.mlt_tuijian a:nth-child(2n){
    margin-left: 5%;
}
.mlt_tuijian a::before{
    content: " ";
    font-size: 14px;
    background: #d9d9d9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.mlt_tuijian a h3{
    float: left;
    font-size: 14px;
    width: 320px;
    font-weight: 400;
}
.mlt_tuijian a span{
    float: right;
}
/* mlt_erlists */
.mlt_erlists {
    width: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.mlt_erlists .item{
    width: 100%;
    box-sizing: border-box;
}
.mlt_erlists .item .type{
    width: 100%;
    height: 50px;
    background: #f3f6fb;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}
.mlt_erlists .item .type span{
    width: 4px;
    height: 20px;
    background: #2e82ff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
}
.mlt_erlists .item .type h3{
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-left: 10px;
    margin-top: -1px;
    box-sizing: border-box;
}
.mlt_erlists .item .type .more{
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 20px;
}
.mlt_erlists .item .lists{
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.mlt_erlists .item .lists a{
    display: block;
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #808080;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.mlt_erlists .item .lists a i{
    float: left;
    width: 12px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}
.mlt_erlists .item .lists a i::before{
    content: " ";
    font-size: 14px;
    background: #d9d9d9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.mlt_erlists .item .lists a::after{
    content: " ";
    font-size: 14px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9d9d9;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1;
}
.mlt_erlists .item .lists a h4{
    float: left;
    font-size: 14px;
    max-width: 660px;
    font-weight: 400;
    background: #ffffff;
    position: relative;
    padding-right: 20px;
    z-index: 2;
}
.mlt_erlists .item .lists a span{
    float: right;
    background: #ffffff;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}


/* mright */
.mrt_box{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08);
    overflow: hidden;
    box-sizing: border-box;
}
.mrt_xiazaiph{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mrt_xiazaiph .xztit{
    width: 100%;
    height: 73px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 73px;
    box-sizing: border-box;
}
.mrt_xiazaiph .lists{
    width: 100%;
    padding-bottom: 10px;
}
.mrt_xiazaiph .lists a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.mrt_xiazaiph .lists a .ind{
    width: 30px;
    height: 100%;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}
.mrt_xiazaiph .lists a:first-child .ind{
    color: #ffffff;
    background: #ff6542;
    border-color: #ff6542;
}
.mrt_xiazaiph .lists a:nth-child(2) .ind{
    color: #ffffff;
    background: #ff9c40;
    border-color: #ff9c40;
}
.mrt_xiazaiph .lists a:nth-child(3) .ind{
    color: #ffffff;
    background: #f6d06d;
    border-color: #f6d06d;
}
.mrt_xiazaiph .lists a .tit{
    width: 254px;
    height: 100%;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-left: 25px;
}
/* 热门推荐 */
.mrt_tuijian{
    width: 100%;
    padding: 0 20px 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.mrt_tuijian a{
    display: block;
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #808080;
    padding-left: 12px;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}
.mrt_tuijian a::before{
    content: " ";
    font-size: 14px;
    background: #d9d9d9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* 订单查询 */
.mk_order{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
}
.mk_order .mktit .lianxi{
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 20px;
    margin-top: 25px;
}
.mk_order .mktit .lianxi span{
    color: #2e82ff;
    line-height: 20px;
    margin-left: 10px;
}
.mk_order .check_order{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    padding: 60px 20px 0 20px;
    box-sizing: border-box;  
}
.mk_order .check_order .inputbox{
    width: 550px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;  
    margin-left: 16px;
    box-sizing: content-box;  
}
.mk_order .check_order .inputbox img{
    float: left;
    width: 20px;
    height: 20px;
    display: block; 
    margin: 14px 0 0 10px;
}
.mk_order .check_order .inputbox #orderStr{
    float: left;
    width: 400px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 48px;
    display: block;
    margin: 0 10px;
    box-sizing: border-box;
}
.mk_order .check_order .inputbox #orderStr::placeholder{
    color: #cccccc;
}
.mk_order .check_order .inputbox .orderbtn{
    float: left;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    background: #2e82ff;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    box-sizing: border-box;
}

.mk_order .orderlists{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;  
}
.orderlists .item{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;  
}
.orderlists .item .ordtit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f3f6fb;
    padding: 0 20px;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
}
.orderlists .item .ordtit span{
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
}
.orderlists .orddeg{
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.orderlists .orddeg .ordtype{
    float: left;
    width: 80px;
    height: 80px;
    display: block;
}
.orderlists .orddeg .oinfo{
    float: left;
    max-width: 880px;
    position: relative;
    margin-left: 20px;
}
.orderlists .orddeg .oinfo h3{
    width: 100%;
    height: 43px;
    font-size: 30px;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 43px;
    box-sizing: border-box;
}
.orderlists .orddeg .oinfo .tinfo{
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #808080;
    line-height: 19px;
    margin: 10px 0 8px 0;
    display: flex;
    box-sizing: border-box;
}
.orderlists .orddeg .oinfo .tinfo span{
    margin-right: 10px;
    display: inline-flex;
}
.orderlists .orddeg .oinfo .tinfo span:nth-child(1){
    margin-right: 20px;
}
.orderlists .orddeg .oinfo .tinfo span img{
    width: 16px;
    height: 16px;
    display: block;
    margin: 2px 4px 0px 10px;
}
.orderlists .orddeg .oinfo .tinfo span .ximg{
    margin: 1px 4px 0px 10px;
}
.orderlists .orddeg .ordbtn{
    float: right;
    width: 130px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    background: linear-gradient(0deg,#2e82ff 0%, #00c2ff);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}
.orderlists .orddeg .lixianbtn{
    float: right;
    width: 130px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    background: #9b9d9f;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: default;
}
.orderlists .orddeg .lixianbtn img,
.orderlists .orddeg .ordbtn img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}
.orderlists .noorder{
    height: 170px;
}
.orderlists .noorder img{
    width: 88px;
    height: 81px;
    margin: 27px 0 16px 0;
}
.orderlists .noorder p{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
}

.use_orderstr{
    width: 100%;
    padding-top: 30px;
}
.use_orderstr .item{
    width: 100%;
}
.use_orderstr .item .note{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    padding-left: 40px;
}
.use_orderstr .item .note .tit{
    width: 100%;
    color: #333333;
}
.use_orderstr .item .note p{
    width: 100%;
    color: #999999;
    margin-top: 5px;
}
.use_orderstr .item .imgs{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.use_orderstr .item .imgs img{
    width: 240px;
    height: 520px;
    display: block;
    margin: 0 0 22px 40px;
}


/* 相关文档推荐 */
.checkorders{
    width: 100%;
    overflow:hidden;
}
.abouttj{
    width: 930px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
    overflow: hidden;
    box-sizing: border-box;
}
.abouttj .lists{
    padding-left: 20px;
    margin: 0 0 12px 0;
    overflow: hidden;
}
.abouttj .lists a{
    float: left;
    display: block;
    width: 140px;
    overflow: hidden;
    margin: 16px 48px 23px 0;
    box-sizing: border-box;
}
.abouttj .lists a:nth-child(5n){
    margin-right: 0;
}
.abouttj .lists a:nth-last-child(-n+5){
    margin-bottom: 3px;
}
.abouttj .lists a .wdimg{
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    position: relative;
    box-sizing: border-box;
}
.abouttj .lists a .wdimg .wimg{
    width: 100%;
    margin: 10px auto;
    display: block;
}
.abouttj .lists a .wdimg .timg{
    width: 20px;
    height: 20px;
    background: #2e82ff;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 4px 0 0;
}
.abouttj .lists a .tit{
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #808080;
    line-height: 19px;
    margin-top: 10px;
}

/* 文章投稿 */
.mk_tougao{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
}
.mk_tougao .tgmsgbox{
    width: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgtype{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f3f6fb;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgtype span{
    width: 4px;
    height: 20px;
    background: #2e82ff;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgtype h3{
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-left: 10px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tginfo{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tginfo .xuzhi{
    width: 96px;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 19px;
    margin: 20px 0 0 -8px;
}
.mk_tougao .tgmsgbox .tginfo p{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 20px;
}
.mk_tougao .tgmsgbox .item{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.mk_tougao .tgmsgbox .item span{
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 50px;
}
.mk_tougao .tgmsgbox .item input{
    width: 600px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-left: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .item #tgauthor{
    width: 320px;
}
.mk_tougao .tgmsgbox .tgedit{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgedit .tgnote{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ff6542;
    line-height: 20px;
    display: flex;
    margin: 10px 0;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgedit .tgnote span{
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 3px 10px 0 0;
    color: #fff;
    background: #ff6542;
    border-radius: 50%;
}
.mk_tougao .tgmsgbox .tgedit .editbox{
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
}
.mk_tougao .tgmsgbox .item #code{
    width: 126px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-left: 20px;
}
.mk_tougao .tgmsgbox .tgedit .item .yzmbox{
    width: 150px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 10px;
    box-sizing: border-box;
}
.mk_tougao .tgmsgbox .tgedit .item .yzmbox img{
    width: 100%;
    height: 100%;
    display: block;
}
.mk_tougao .tgmsgbox .tgedit .item .changyzm{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mk_tougao .tgmsgbox .tgedit .item .changyzm img{
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 4px;
}
.mk_tougao .tgmsgbox .tgedit .editbtn{
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    background: linear-gradient(0deg,#2e82ff 0%, #00c2ff);
    border-radius: 4px;
    cursor: pointer;
}

/* 资讯列表页 */
.mlk-zxlist{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mlk-zxlist .fristzx{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    box-sizing: border-box;
}
.mlk-zxlist .fristzx img{
    width: 490px;
    height: 280px;
    display: block;
    object-fit: cover;
    border: none;
}
.mlk-zxlist .fristzx .ftinfo{
    width: 400px;
    height: 280px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.mlk-zxlist .fristzx .ftinfo h3{
    width: 100%;
    height: 58px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 29px;
}
.mlk-zxlist .fristzx .ftinfo .deg{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    margin-top: 16px;
    -webkit-line-clamp: 7;
    box-sizing: border-box;
}
.mlk-zxlist .fristzx .ftinfo .deg p{
    text-indent: 2em;
}
.mlk-zxlist .lists{
    width: 100%;
    box-sizing: border-box;
}
.mlk-zxlist .lists a{
    display: block;
    margin-top: 20px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #f2f2f2;
}
.mlk-zxlist .lists .item {
    width: 100%;
    overflow: hidden;
}
.mlk-zxlist .lists .item .imgbox {
    width: 160px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
}
.mlk-zxlist .lists .item .zximg {
    width: 160px;
    height: 100px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.mlk-zxlist .lists .item .info {
    width: 719px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    overflow: hidden;
}
.mlk-zxlist .lists .item .info h3 {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 26px;
}
.mlk-zxlist .lists .item .info .deg {
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin: 6px 0;
}
.mlk-zxlist .lists .item .info .time {
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.mrt_zixun {
    width: 100%;
    padding: 15px 20px 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.mrt_zixun a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.mrt_zixun .item {
    display: block;
    width: 100%;
    height: 80px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.mrt_zixun .item .msdeg {
    display: flex;
    align-items: center;
    justify-content: left;
}
.mrt_zixun .item .msdeg h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 22px;
}
.mrt_zixun .item .imgbox {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}
.mrt_zixun .item .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 资讯详情页 */
.zixunDetial {
    width: 100%;
    padding: 30px 20px 0 20px;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
}
.zixunDetial .titbox {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #f2f2f2;
}
.zixunDetial .titbox h1 {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 40px;
}
.zixunDetial .titbox .wzinfo {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #808080;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.zixunDetial .zxdetail {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 25px;
    margin: 20px 0 0 0;
    padding-bottom: 22px;
}
.zixunDetial .zxdetail p{
    text-indent: 2em !important;
}
.zixunDetial .zxdetail .list-paddingleft-2{
    padding-left: 20px;
}
.zixunDetial .zxdetail .duan {
    text-indent: 2em;
}
.zixunDetial .zxdetail img {
    display: block;
    width: 100%;
    margin: 10px auto;
    clear: both;
    max-width: 550px;
    min-height: 286px;
}

/* 搜索结果页 */
.searResult {
    width: 100%;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}
.searResult .seartit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f3f6fb;
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
}
.searResult .seartit span{
    width: 4px;
    height: 20px;
    background: #2e82ff;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: 0px 2px 8px 0px rgba(72,118,200,0.08); 
}
.searResult .seartit h2{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #2e82ff;
    margin-left: 10px;
    box-sizing: border-box;
}
.searResult .lists{
    width: 100%;
    box-sizing: border-box;
}
.searResult .lists a{
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.searResult .lists .titbox{
    width: 100%;
    height: 30px;
    text-align: left;
    color: #333333;
    line-height: 30px;
    box-sizing: border-box;
}
.searResult .lists .titbox img{
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin: 5px 4px 0 0;
    display: block;
    border: none;
}
.searResult .lists .titbox h3{
    float: left;
    width: 860px;
    font-size: 20px;
    font-weight: 400;
}
.searResult .lists .titbox h3 span{
    color: #2e82ff;
}
.searResult .lists .deg{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #808080;
    line-height: 20px;
    margin-top: 4px;
    box-sizing: border-box;
}
.searResult .noorder{
    height: 170px;
}
.searResult .noorder img{
    width: 88px;
    height: 81px;
    margin: 27px 0 16px 0;
}
.searResult .noorder p{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
}

/* 404 */
.err404{
    width: 100%;
    height: 724px;
    box-sizing: border-box;
}
.err404 .errbox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 198px;
    box-sizing: border-box;
}
.err404 .errbox .errimg{
    width: 300px;
    height: 200px;
    display: block;
    margin-right: 70px;
}
.err404 .errbox .errinfo{
    width: 255px;
    padding-top: 60px;
}
.err404 .errbox .errinfo p{
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 30px;
}
.err404 .errbox .errinfo p:nth-child(2){
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: LEFT;
    color: #999999;
    line-height: 20px;
    margin: 10px 0 30px 0;
}
.err404 .errbox .errinfo .errback{
    display: block;
    width: 110px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    background: linear-gradient(0deg,#2e82ff 0%, #00c2ff);
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}

/* pagenum */

.pagenum{
    margin: 30px 0 20px 0;
}
.pagenum a{
    display: block;
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #666666;
    line-height: 36px;
    background: #f2f2f2;
    border-radius: 2px;
    margin: 0 4px;
}
.pagenum a.active{
    color: #fff !important;
    background: #2e82ff;
}
.pagenum a.per,
.pagenum a.next{
    width: 36px;
    box-sizing: border-box;
}
.pagenum a.per img,
.pagenum a.next img{
    width: 12px;
    height: 12px;
    display: block;
    margin: 12px;
}
.pagenum .tzpage{
    height: 36px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #606266;
    line-height: 36px;
    margin-left: 12px;
    box-sizing: border-box;
}
.pagenum .tzpage #mypagenum{
    width: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #666666;
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    margin: 0 8px;
    box-sizing: border-box;
}

/* digbox */
.digbox{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.digbox.digshow{
    display: block;
}
.zhifuBox{
    width: 790px;
    background: #ffffff;
    border-radius: 8px;
    margin: 200px auto 0 auto;
    box-sizing: border-box;
}
.zhifuBox .tit{
    width: 100%;
    height: 82px;
    background: url(../img/bgs/zf_bg.png) no-repeat center center;
    padding: 0 20px;
    box-sizing: border-box;
}
.zhifuBox .tit span{
    font-size: 18px;
    font-weight: 500;
    text-align: LEFT;
    color: #ffffff;
    line-height: 60px;
}
.zhifuBox .tit .dig_close{
    height: 60px;
    cursor: pointer;
}
.zhifuBox .tit .dig_close img{
    width: 24px;
    height: 24px;
    display: block;
    transition: .3s;
    margin-top: 18px;
}
.zhifuBox .tit .dig_close:hover img{
    transform: rotate(180deg);
}
.zhifuBox .dig_zhifu{
    width: 100%;
    padding: 13px 30px 30px 30px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.zhifuBox .dig_zhifu .zfewm{
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    overflow: hidden;
}
.zhifuBox .dig_zhifu .zfewm .jinge{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
}
.zhifuBox .dig_zhifu .zfewm .jinge span{
    color: #ff6542;
    font-weight: 700;
}
.zhifuBox .dig_zhifu .zfewm .jinge span.num{
    font-size: 20px;
    line-height: 20px;
    margin-top: -4px;
}
.zhifuBox .dig_zhifu .zfewm .ewmbox{
    width: 100%;
    height: 212px;
    margin: 10px 0;
    overflow: hidden;
}
.zhifuBox .dig_zhifu .zfewm .ewmbox img{
    width: 100%;
    height: 100%;
    display: block;
}
.zhifuBox .dig_zhifu .zfewm .zftype{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 20px;
}
.zhifuBox .dig_zhifu .zfewm .zftype img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 6px;
}
.zhifuBox .zfnote{
    flex: 1 1;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}
.zhifuBox .zfnote .notetit{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2e82ff;
    line-height: 20px;
    margin: 5px 0 2px 0;
}
.zhifuBox .zfnote p{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 22px;
}
.zhifuBox .zfnote p span{
    color: #2E82FF;
    line-height: 22px;
}

.tousuBox{
    width: 700px;
    background: #ffffff;
    border-radius: 8px;
    margin: 200px auto 0 auto;
    box-sizing: border-box;
}
.tousuBox .digtit{
    width: 100%;
    height: 134px;
    background: url(../img/bgs/tousu_bg.png) no-repeat center center;
    box-sizing: border-box;
}
.tousuBox .dig_tousu{
    width: 100%;
    padding: 0 32px 30px 30px;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .item{
    width: 100%;
    margin-top: 10px;
    display: flex;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .item:first-child{
    margin-top: 8px;
}
.tousuBox .dig_tousu .item span{
    width: 66px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 40px;
    margin-right: 10px;
}
.tousuBox .dig_tousu .item .tstype{
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    padding: 0 10px;
    background: url("../img/arrows/tousu_arr.png") no-repeat;
    background-position: 94% 52%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    appearance: none; /* 去掉默认图标 */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    box-sizing: border-box;
    position: relative;
}
.tousuBox .dig_tousu .item textarea{
    width: 564px;
    height: 100px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    background: #ffffff;
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .item .inputstr{
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    background: #ffffff;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .item .inputstr.yzmstr{
    width: 124px;
}
.tousuBox .dig_tousu .item .yzmbox{
    width: 130px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 0 10px;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .item .yzmbox img{
    width: 100%;
    height: 100%;
    display: block;
}
.tousuBox .dig_tousu .item .changyzm{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tousuBox .dig_tousu .item .changyzm img{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.tousuBox .dig_tousu .item textarea::placeholder,
.tousuBox .dig_tousu .item .inputstr::placeholder{
    color: #e6e6e6;
}
.tousuBox .dig_tousu .tsbtns{
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .tsbtns>div{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #2e82ff;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.tousuBox .dig_tousu .tsbtns .ts_cancel{
    border: 1px solid #2e82ff;
}
.tousuBox .dig_tousu .tsbtns .ts_sure{
    color: #ffffff;
    background: #2e82ff;
}

/* footbox */
.footbox {
    display: block;
    width: 100%;
    min-width: 1400px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    background: #323232;
    padding: 20px 0;
    box-sizing: border-box;
}
.ftinfo{
    width: 100%;
    margin: 0 auto;
}
.footbox .ftinfo p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
}
.footbox .ftinfo p a{
    display: block;
    height: 100%;
    line-height: 30px;
    color: #999999;
    position: relative;
}
.footbox .ftinfo .beian{
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
}
.footbox .ftinfo .beian a{
    display: flex;
    height: 100%;
    line-height: 30px;
    color: #999999;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.footbox .ftinfo .beian a .bimg{
    width: 18px;
    height: 20px;
    display: block;
    margin-right: 10px;
}



/* hover */
.headTop.pubhead .headbox .navs li a:hover{
    color: #96C0FF;
}
.headTop .headbox .navs li a:hover,
.daohang a:hover,
.mktit .mkmore:hover
.mktit .catetorys a:hover,
.mrt_xiazaiph .lists a:hover .tit,
.mrt_tuijian a:hover,
.mktit .ejtypes a:hover,
.mlt_tuijian a:hover h3,
.mlt_erlists .item .lists a:hover h4,
.mlt_erlists .item .type .more:hover,
.mlk-zxlist .fristzx:hover .ftinfo h3,
.mlk-zxlist .lists a:hover .item .info h3,
.mrt_zixun a:hover .item .msdeg h3,
.abouttj .lists a:hover .tit,
.cywendang .wdbox .wdlist .lists a:hover,
.syjingxuan .lists a:hover .tit,
.syxiazai .lists a:hover .tit,
.syfenglei .listbox .item .lists a:hover{
    color: #2e82ff;
}
.abouttj .lists a:hover .wdimg{
    border: 1px solid #2e82ff;
}
.pagenum a:hover{
    background: #e5f0ff;
}
.pagenum a.active:hover{
    background: #2e82ff;
}
.mlt_erlists .item .lists a:hover i::before,
.mlt_tuijian a:hover::before,
.mrt_tuijian a:hover::before,
.cywendang .wdbox .wdlist .lists a:hover::before{
    background: #2e82ff;
}
.orderlists .item .orddeg .ordbtn:hover,
.detailBox .titbox .xzbtn:hover,
.mlt_xiazai .xzbtn:hover{
    background: linear-gradient(0deg,#005feb 0%, #00abe1);
}
.headTop.pubhead .options a:hover .opt .tit{
    color: #96C0FF;
}
.mk_order .check_order .inputbox .orderbtn:hover{
    background: #488df5;
}

/* media */
@media screen and (max-width: 1450px) {
    .banxin{
        width: 1300px;
    }
    .headTop{
        min-width: 1300px;
    }
    .headTop .headbox{
        width: 1300px;
    }
    .headTop .headbox .logo{
        margin-right: 40px;
    }
    .headTop .headbox .navs li{
        margin-right: 22px;
    }
    .footbox {
        min-width: 1300px;
    }
}